Script: --on windowEvent wdID,wdName,objNo,objName,objValue¬¬Global selectedTitle, selectedCardName¬Global cMaxCardNameLength, titleList¬¬if objValue="Open" then¬ set cursor to watch¬ put wsGet("Title Information","0", "ID") into thisWindowID¬ CenterWindow wdName¬ ¬ put char 1 to cMaxCardNameLength of selectedTitle into selectedCardName¬ put find(titleList,selectedTitle,"Line","Begin") into selectedTitleNum¬ if selectedTitleNum > 0 then¬ wsSet thisWindowID,"0","Name", selectedTitle¬ put fld "Publisher" of cd selectedTitleNum of bg "Title" into thePub¬ put line 1 of thePub into pubName¬ put line 2 of thePub into copyrightLine¬ -- put line 3 of thePub into descriptionModified¬ put line 4 of thePub into pubDates¬ -- put line 6 of thePub into createdDate¬ put fld "Title" of cd selectedTitleNum of bg "Title" into oldName¬ get "Name_Text:" & oldName & return & "PublisherName_Text:" & pubName & return & "Copyright_Text:" & copyrightLine & return & "i6_Visible:" & (the hilite of bg btn "Mature Readers Only" of cd selectedTitleNum of bg "Title") & return & "YearsPublished_Text:" & pubDates & return ¬ wsSet thisWindowID,0,"Properties",it¬ end if¬ set cursor to arrow¬ if there is a menuItem "Close" of menu "File" then¬ enable menuItem "Close" of menu "File"¬ end if¬else if objValue="Close" then ¬ -- save the window position¬ if there is a menuItem "Close" of menu "File" then¬ disable menuItem "Close" of menu "File"¬ end if¬ ¬else if objValue="Suspend" then ¬ put frontWindow() into theFrontID¬ if wsGet(theFrontID,"0","HasCloseBox") <> "true" then¬ if there is a menuItem "Close" of menu "File" then¬ disable menuItem "Close" of menu "File"¬ end if¬ end if¬ ¬else if objValue="Resume" then ¬ if there is a menuItem "Close" of menu "File" then¬ enable menuItem "Close" of menu "File"¬ end if¬end if¬--end windowEvent
ItemType: TEXT
Rect: 41,15,115,27
TextFont: Geneva
TextSize: 9
Name: NameTitle
TextStyle: Bold
TextAlign: Right
Text: Title Name:
ItemType: TEXT
Rect: 303,117,351,129
TextFont: Geneva
TextSize: 9
Visible: FALSE
Name: AbbrevTitle
TextStyle: Bold
TextAlign: Right
Text: Abbrev:
ItemType: TEXT
Rect: 48,38,115,50
TextFont: Geneva
TextSize: 9
Name: PublisherTitle
TextStyle: Bold
TextAlign: Right
Text: Publisher:
ItemType: TEXT
Rect: 112,15,413,27
TextFont: Geneva
TextSize: 9
AutoSize: FALSE
Name: Name
Text: Amazing Spider-Man, The
Balloon: This is the name of this comic title.
ItemType: TEXT
Rect: 112,38,240,51
TextFont: Geneva
TextSize: 9
AutoSize: FALSE
Name: PublisherName
Text: Marvel
Balloon: The published of this title
ItemType: TEXT
Rect: 112,136,210,148
TextFont: Geneva
TextSize: 9
Name: Mature readers only
BlackColor: 0,0,-13108
Text: Mature Readers Only
Balloon: This title is generally considered suitable only for adult readers.
Balloon: The appropriate copyright information for the picture shown. This information can be found on the bottom of the first story page on most comics.
ItemType: TEXT
Rect: 13,61,115,73
TextFont: Geneva
TextSize: 9
Name: YearsPublishedTitle
TextStyle: Bold
TextAlign: Right
Text: Years Published:
ItemType: TEXT
Rect: 112,61,316,73
TextFont: Geneva
TextSize: 9
AutoSize: FALSE
Name: YearsPublished
Text: 1963-Present
KeyFilter: obsOnlyAny
Balloon: These are the years during which this title was published..